php forum
php mysql forum
php mysql smarty
 
Page 7 of 7 < 1 2 3 4 5 6 7
Topic Options
#232826 - 05/24/03 08:39 PM Re: [6.2] Integrated Jpilot chat [Re: Poe Reader]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I think it's really best if you have at least your own channel.... but there are infinate number of channels and chat servers to choose from.<br /><br />You might also try the Raidersoft chat mod.... for free, they allow you to setup your own room (www.raidersoft.com) and then you won't have to worry about other people's nicknames.
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#232827 - 05/25/03 12:11 AM Re: [6.2] Integrated Jpilot chat [Re: Daine]
xeney Offline
User

Registered: 02/07/01
Posts: 32
Loc: Sacramento, California, USA
Yeah, that was our second choice.<br /><br />But I think we made this work. We registered a channel, but then to make our username/nicknames more unique, we had the chat login append a unique designator at the end of each username. Like this, in jchat.php:<br /><br />// Append TUS designator to username<br /> $irc_nick_suffix = "TUS";<br /> $irc_nick = "$irc_nick$irc_nick_suffix";<br /><br />("TUS" is the initials of our board and it's what everyone calls it for short.)<br /><br />And I'm encouraging users to register that nickname so they don't have to worry about getting changed to "guest."

Top
#232828 - 05/25/03 02:31 AM Re: [6.2] Integrated Jpilot chat [Re: Poe Reader]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I've updated the first post in this thread with instructions on how to change the chat channel that you use. Odd that I missed it the last time I went looking through the file <img src="/forum/images/graemlins/crazy.gif" alt="" /><br /><br />As for the user names already existing on Dalnet or some other IRC service: That's normal behavior for IRC chat, so I didn't include it in the instructions.
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232829 - 06/09/03 02:43 PM Re: [6.2] Integrated Jpilot chat [Re: jacksonm99]
xtc Offline
Newbie

Registered: 05/27/03
Posts: 10
pjirc (www.pjirc.com) might be a better solution. <br /><br />I used to run jpilot's applet... <br /><br />PJirc's interface is MUCH nicer, it's FREE and it comes with source code so it could be modified to update "who's online".<br /><br />It also solves the problem of duplicate nicknames. If a nickname is already in use you can have it automatically append a random number to the end of the nickname to make it unique.<br /><br />The primary reason I first looked at it is it can be called from anywhere, the license doesn't lock it down to one domain, so you could set up a chat portal for other sites.<br /><br />Duane<br />

Top
#232830 - 06/10/03 01:02 AM Re: [6.2] Integrated Jpilot chat [Re: deewhite]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Sounds cool <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#232831 - 06/10/03 04:03 AM Re: [6.2] Integrated Jpilot chat [Re: deewhite]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
Thanks. I took a look at PJIRC, and tried to install it (version 1.84) on my server. It looks like it has a couple of limitations:<br /><br />1) The web server on which it's installed also has to be the IRC server to which it connects.<br />2) It doesn't include a security certificate, which might disturb users.<br /><br />I may be wrong about these two issues. I spent some time reading the FAQ, looking through posts on their forum, and using trial and error, but was unable to get it to work on my server.
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#232832 - 06/10/03 05:16 AM Re: [6.2] Integrated Jpilot chat [Re: joeuser]
omegatron Offline
Member

Registered: 04/05/01
Posts: 3440
Loc: abingdon,md
I will give it a try myself. However looking at the screenshots and trying their demo on their server I higly doubt I would be able to say that it is more feature rich. JPilot is a stable reliable cheap as well as proven application.
_________________________
Chuck S

DIVE IN AND VISIT ME:

Omegatron\'s Reefs

Administrator at ReefTalk

Top
#232833 - 06/10/03 09:17 AM Re: [6.2] Integrated Jpilot chat [Re: sf49rminer]
xtc Offline
Newbie

Registered: 05/27/03
Posts: 10
I've been running it for several weeks (switched from Jpilot because I moved to a different domain name and couldn't transfer the license to the new domain) and have had a lot of users tell me they think it's better than Jpilot.<br /><br />You can always get your own certificate to sign it. freessl.com has certificates as low as $35/year. I just run my own irc server.<br /><br />It also supports being on multiple channels simultaniously, dcc, ctcp and more. There's better control over what channels a user can, or can't, access and even if they can leave specific channels.<br /><br />I modified the scripts to work with it on my site. You can check it out at www.moparpages.com.<br /><br /> login: guest<br /> pass: threadsdev<br /><br />Duane

Top
#232834 - 06/13/03 09:45 AM Re: [6.2] Integrated Jpilot chat [Re: deewhite]
fishtails Offline
Enthusiast

Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
I was in the chat room here, but when I tried to go back to the main index, it left me in the chat room. To get out of it I had to go to another site and come back.
_________________________
Fish or Cut Bait! http://www.fish-tails.net

[:"red"]Air traffic control? It has its ups and downs.[/] http://www.natcazjx.org

Top
#232835 - 06/13/03 10:12 AM Re: [6.2] Integrated Jpilot chat [Re: ]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
This site isn't using this mod, is it?
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#232836 - 06/13/03 11:11 AM Re: [6.2] Integrated Jpilot chat [Re: joeuser]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
Yes I had the same problem the chat room does look cool though <img src="/forum/images/graemlins/smile.gif" alt="" />

Top
#232837 - 07/14/03 11:29 PM Re: [6.2] Integrated Jpilot chat [Re: joeuser]
Dave_L_dup1 Offline
Addict

Registered: 04/23/02
Posts: 1929
Loc: Virginia, USA
PJIRC version 1.90 was recently released, and it now works on any server - you don't need to have your own IRC server.
_________________________
UBB.threads beta tester / threadsdev.com moderator
Software consulting services including UBB.threads problem resolution / installs / upgrades / customization.

Top
#232838 - 04/03/05 08:52 PM Re: [6.2] Integrated Jpilot chat [Re: jacksonm99]
ScriptZ Man Offline
User

Registered: 01/03/05
Posts: 38
I thought I did everything right, but all I get is a blank gray applet when I start the progie. What am I missing? I'm running jIRC v2.8.4 (Registered) on UBB.Threads v6.4 .... <br /> <br /> <img src="http://www.ubbdev.com/forum/images/graemlins/frown.gif" alt="" /> <br />


Edited by ScriptZ Man (04/04/05 12:29 PM)

Top
Page 7 of 7 < 1 2 3 4 5 6 7



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks